home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Technical Documentation / PCI Information / PCI Developer’s Kit (disk) / Native Drivers / Read Me < prev   
Encoding:
Text File  |  1994-06-27  |  646 b   |  13 lines  |  [TEXT/ttxt]

  1. Here are some files that will get you started with Native PowerPC PCI driver development.
  2.  
  3. NuDeviceMgrINIT should be placed in the Extensions Folder of your boot disk on a 6100, 7100 or 8100 system.  This file contains the enhanced Device Manager.
  4.  
  5. NuDrivers.h and NuDriverSupportLib.h contain the information needed to create a native driver.
  6.  
  7. NuDriver.c is a very small driver skeleton that has been compiled using MetroWerks CodeWarrior into the file .NuDriver.
  8.  
  9. OpenNuDriver is a very simple MPW test tool that opens the .NuDriver file.  OpenNuDriver.c is the source for this tool.
  10.  
  11. More extensive examples will be available later.
  12.  
  13. Have fun!